home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Graphics & Multimedia / EazyDraw 1.9.0f (beta).dmg / EazyDraw.app / Contents / Resources / DKDIgnoreSpellWords.nib / classes.nib next >
Encoding:
Text File  |  2006-01-16  |  857 b   |  25 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 addWordTextFieldAction = id; 
  6.                 clearAllIgnoreWordsAction = id; 
  7.                 clearSelectionIgnoreWordsAction = id; 
  8.                 okIgnoreWordsAction = id; 
  9.             }; 
  10.             CLASS = DKDIgnoreSpellWords; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {
  13.                 addWordTextField = NSTextField; 
  14.                 clearAllIgnoreWordsButton = NSButton; 
  15.                 clearSelectionIgnoreWordsButton = NSButton; 
  16.                 ignoredWordsView = NSTextView; 
  17.                 okIgnoreWordsButton = NSButton; 
  18.             }; 
  19.             SUPERCLASS = NSWindowController; 
  20.         }, 
  21.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  22.         {CLASS = "java.lang.Object"; LANGUAGE = Java; }
  23.     ); 
  24.     IBVersion = 1; 
  25. }